The wsci is an xml - based interface description language that works in conjunction with wsdl Wsci是基于xml的接口描述語言,它一般與wsdl結(jié)合在一起使用。
First , it introduces the network control center of beidou satellite and the beidou satellite locating navigational system , which are the background of design and implementation of web service , and the function and status of web service in system . then , it totally analysis the identity and structure of web service , and expound several technologies of web service : the first is xml which is the base technology , the second is wsdl which is the interface description language of service , the third is soap which is communication and message transferring of service , the fourth is uddi which is the description , discovery and integration of service 首先,對webservice的設(shè)計實現(xiàn)所在的系統(tǒng)背景? ?北斗衛(wèi)星定位導(dǎo)航定位通信系統(tǒng)和民用網(wǎng)管中心進行簡要介紹,以及webservice在系統(tǒng)內(nèi)的作用和地位;然后從總體上分析了webservice特性、體系結(jié)構(gòu),并闡述了幾種webservice的相關(guān)技術(shù):第一,核心技術(shù)xml ;第二, web服務(wù)描述語言wsdl ;第三,服務(wù)組件的通訊和消息傳遞協(xié)議soap ;第四,服務(wù)組件的描述、發(fā)現(xiàn)和集成協(xié)議uddi 。
百科解釋
An interface description language (or alternatively, interface definition language), or IDL for short, is a specification language used to describe a software component's interface. IDLs describe an interface in a language-independent way, enabling communication between software components that do not share a language ? for example, between components written in C++ and components written in Java.